﻿.coverContainer{position:fixed;width:100%;height:100%;top:0;left:0;z-index:9999}.coverBack{width:100%;height:100%;background-color:#000;opacity:.1;filter:alpha(opacity=10);top:0;left:0}.coverInner{border:0 solid blue;position:fixed;background-color:white;box-shadow:0 0 20px 5px rgba(0,0,0,0.2);display:none;word-break:break-all;word-wrap:break-word;overflow:hidden;-o-transition:transform .3s ease-out;-moz-transition:transform .3s ease-out;-webkit-transition:transform .3s ease-out;transition:transform .3s ease-out;-o-transform:translate(0,-25%);-moz-transform:translate(0,-25%);-webkit-transform:translate(0,-25%);transform:translate(0,-25%)}.coverContent{padding:10px 10px}.coverInner-show{-o-transform:translate(0px,0px);-moz-transform:translate(0px,0px);-webkit-transform:translate(0px,0px);transform:translate(0px,0px)}.bodyOver{overflow:hidden}.dialogTitleBar{height:36px;background-color:#F6F6F6;border-bottom:1px solid #E5E5E5;line-height:38px;padding:0 15px;overflow:hidden;-ms-user-select:none;-moz-user-select:none;-webkit-user-select:none;cursor:move}.dialogIcon{width:18px;height:18px;background:url(mark.gif) no-repeat 0 0;float:left;margin-top:11px}.dialogTitle{float:left;margin-left:5px;font-size:13px;font-family:Arial;font-weight:bold}.dialogTitleBar .closeBtn{float:right;color:#898989;width:16px;height:17px;line-height:18px;font-size:14px;font-family:"宋体";text-align:center;cursor:pointer;margin-top:10px;text-indent:1px}.dialogTitleBar .closeBtn:hover{background-color:#FC8700;color:white;font-weight:bold}